home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / general / winsql.exe / EXAMPLEC.RC < prev    next >
Encoding:
Text File  |  1991-12-06  |  574 b   |  30 lines

  1. /*
  2.  * EXA6MPLEC.RC - Resources for Quasar SQL API Example Program
  3.  *
  4.  * LANGUAGE      : Microsoft C6.0
  5.  * MODEL         : N/A
  6.  * ENVIRONMENT   : Microsoft Windows 3.0
  7.  *
  8.  * Developed by:
  9.  *   Philip Roll
  10.  *   Ming-Li Wang
  11.  *
  12.  * (C) Copyright 1991
  13.  * Stellar Industries
  14.  * 3335 S. Falcon Ridge Road
  15.  * Diamond Bar  CA 91765
  16.  *
  17.  */
  18.  
  19. #define NOCOMM
  20. #define RESOURCE
  21. #include <windows.h>
  22. #include "examplec.h"
  23.  
  24. ExampleIcon   ICON examplec.ico
  25.  
  26. ExampleMenu   MENU LOADONCALL MOVEABLE DISCARDABLE
  27. BEGIN
  28.   MENUITEM "&Refresh!",         IDM_REFRESH
  29. END
  30.